/* 

HAUT DE PAGE

*/

@media(min-width : 1000px){
    
    /* barre de navigation */
    #fixed {
        position: fixed; 
        top: 0; 
        left: 0; 
        width: 100%;
        background-color: #ffffff; 
        z-index: 1000; 
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
        padding: 10px 0; 
    }

    .barduhaut {
        display: flex; 
        justify-content: space-around; 
        background-color: rgba(179, 179, 179, 0.5); 
        height: 40px; 
        max-width: 100%;

    }

    .barduhaut a {
        text-decoration: none; 
        color: black; 
        font-family: 'Jaldi-Bold', sans-serif;
        font-size: 18px; 
        padding: 10px 10px; 
        transition: color 0.3s; 
    }

    .barduhaut a:hover {
        color: #0056b3; 
    }

    .btn-contact {
        background-color: #1D4C8D; 
        color: rgb(255, 255, 255); 
        border: none;
        padding: 10px 20px;
        border-radius: 30px; 
        cursor: pointer;
        font-size: 16px;
        text-transform: uppercase; 
    }

    .btn-contact:hover {
        background-color: #0056b3; 
    }

}

@media(max-width : 1000px){


    #fixed {
        padding: 5px 10px; 
        box-shadow: none;
        background-color: #f8f8f8; 
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around; 
        align-items: center; 
        gap: 10px;
    }

    .barduhaut a {
        font-size: 14px; 
        padding: 5px 10px;
        text-decoration: none; 
        color: black; 
        transition: color 0.3s ease; 
    }

    .barduhaut a:hover {
        color: #007BFF; 
    }

    .btn-contact {
        background-color: #1D4C8D; 
        color: rgb(255, 255, 255); 
        border: none;
        padding: 10px 20px;
        border-radius: 30px; 
        cursor: pointer;
        font-size: 16px;
        text-transform: uppercase; 
    }

    .btn-contact:hover {
        background-color: #0056b3; 
    }
    
    .barduhaut img{
        display: none;
    }
}



/*


Corps de page 


*/



body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}
.container {
    max-width: 900px;
    margin: 20px auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1, h2 {
    color: #333;
}
h1 {
    text-align: center;
}
p, li {
    color: #555;
}
ul {
    padding-left: 20px;
}
.section {
    margin-bottom: 20px;
}





/*

Bas de page

*/
@media(min-width:1400px){
    .baspage{
        position: relative;
        width: 100%;
        height: 800px;
        background: #074682;
        opacity: 1;
        z-index: 6;
    }
    
    
    .bloquelogobas{
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translate(-50%);
        width: 600px;
        height: 600px;
        background: radial-gradient(50% 50% at 50% 50%,rgb(255, 255, 255)48.5%,rgb(255,255,255)75%,rgb(7,70,130)91%);
    }
    
    .logobaspage{
        position: absolute;
        top: 47%;
        left: 50%;
        height: 80%;
        width: 80%;
        transform: translate(-50%,-50%); 
    }
    
    .bloquelien{
        position: absolute;
        width: 30%;
        height: 400px;
        top: 20%;
        left: 0%;
        z-index: 7;
        text-align: center;
        line-height: 1.7;
    
    }
    
    .textelien{
        position: relative;
        width: 80%;
        left: 10%;
        top: 25%;
        color: rgb(241, 241, 241);
        font-family: 'Jaldi-Blod', sans-serif;
        font-size: 22px;
        text-decoration: none;
    }
    
    .textebas{
        position: absolute;
        width: 100%;
        top: 80%;
        color: rgb(241, 241, 241);
        font-family: 'Jaldi-Blod', sans-serif;
        text-align: center;
        font-weight : bold;
    }
    
    .textebas numero{
        font-size: 45px;
    
    }
    .textebas nomadresse{
        font-size: 25px;
    }
    
    .Sipersonne {
        position: absolute;
        width: 25%;
        height: 310px;
        top: 12%;
        left: 70%;
        text-align: center;
        background: #fafafa17;
        border-radius: 90px;
        display: flex; 
        justify-content: center; 
        align-items: center; 
    }
    
    .imagesipersonne {
        max-width: 100%; 
        max-height: 100%; 
    }
    
    
    .suivrelien{
        position: absolute;
        display: flex;
        width: 400px;
        height:100px;
        top: 60%;
        left: 73%;
    }
    
    .suivernous{
        position: absolute;
        top: 10%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: #ffffff;
        font-family: 'Jaldi-Blod', sans-serif;
        font-size: 25px;
        font-weight : bold;
    }
    
    .lienresaux{
        position: absolute;
        display: flex;
        width: 300px;
        height:75px;
        top: 70%;
        left: 50%;
        transform: translate(-50%,-50%); 
        background: #FFFFFF;
        justify-content: space-between; 
        align-items: center; 
        padding: 0 30px; 
        border-radius: 47px;
    }
    
    .lien{
        width: auto;
    }    
}

@media(max-width:1400px){
    .baspage {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        background-color: #074682;
        color: white;
        text-align: center;
    }

    .bloquelogobas {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        aspect-ratio: 1/1;
        background: radial-gradient(50% 50% at 50% 50%, rgb(255, 255, 255) 48.5%, rgb(255, 255, 255) 75%, rgb(7, 70, 130) 91%);
        border-radius: 50%;
        margin-bottom: 20px;
    }

    .logobaspage {
        width: 80%;
        height: auto;
    }

    .bloquelien {
        margin-bottom: 20px;
    }

    .textelien {
        display: block;
        color: white;
        text-decoration: none;
        font-size: 18px;
        margin: 5px 0;
    }

    .suivrelien {
        font-size: 20px;
        font-weight: bold;
    }
    .suivernous {
        position: relative;
        left: 50%;
        transform: translate(-50%);
        color: #ffffff;
        font-family: 'Jaldi-Blod', sans-serif;
        font-size: 25px;
        font-weight: bold;
    }

    .lienresaux {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin: 15px 0;
        background: #FFFFFF;
        justify-content: space-between;
        align-items: center;
        padding: 0 30px;
        border-radius: 47px;
        height: 50px;
    }

    .lienresaux img {
        width: 40px;
        height: 40px;
    }

    .textebas {
        position: relative;
        width: 80%;
        top: 70%;
        color: rgb(241, 241, 241);
        font-family: 'Jaldi-Bold', sans-serif;
        text-align: center;
        font-weight: bold;
    }
    
    .textebas .numero {
        font-size: 45px;
    }
    
    .textebas .nomadresse {
        font-size: 25px;
    }
    
    .textebas .condition {
        margin-top: 50px; 
        color: #000;
        font-size: 15px;
    }

    .Sipersonne {
        width: 200px;
        height: 150px;
        text-align: center;
        background: rgba(250, 250, 250, 0.09);
        border-radius: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .imagesipersonne {
        max-width: 80%;
        max-height: 80%;
    }
    .lien {
        width: auto;
    }

    @media (max-width: 1400px) {
        .bloquelogobas {
            width: 40%;
            aspect-ratio: 1/1;

        }
        .lienresaux img {
            width: 35px;
            height: 35px;
        }
        .Sipersonne {
            width: 180px;
            height: 130px;
        }
    }

    @media (max-width: 768px) {
        .bloquelogobas {
            width: 60%;
            aspect-ratio: 1/1;

        }
        .lienresaux img {
            width: 30px;
            height: 30px;
        }
        .Sipersonne {
            width: 160px;
            height: 120px;
        }
    }
}